func runtime.bucketEvacuated

2 uses

	runtime (current package)
		map.go#L1137: func bucketEvacuated(t *maptype, h *hmap, bucket uintptr) bool {
		map.go#L1272: 	for h.nevacuate != stop && bucketEvacuated(t, h, h.nevacuate) {